home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / office / autodemo_officexp / default / demo.exe / scripts / DefineButton2_33 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-05-15  |  148 b   |  12 lines

  1. on(release){
  2.    _level3.toggleSound();
  3.    if(_level3.soundOff)
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7.    else
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.